The CAM Workbench is used to produce machine instructions for CNC machines from a FreeCAD 3D model. These produce real-world 3D objects on CNC machines such as mills, lathes, lasercutters, or similar. Typically, instructions are a G-code dialect. A general CNC lathe tool path sequence simulation example is presented here.
The FreeCAD CAM Workbench workflow creates these machine instructions as follows:
The CAM Workbench generates G-code defining the paths required to mill the Project represented by the 3D model on the target mill in the CAM Job Operations FreeCAD G-code dialect, which is later translated to the appropriate dialect for the target CNC controller by selecting the appropriate postprocessor.
The G-code is generated from directives and Operations contained in a CAM Job. The Job Workflow lists these in the order they will be executed. The list is populated by adding CAM Operations, Path Dressups, Supplemental Commands, and Path Modifications from the CAM Menu, or GUI buttons.
The CAM Workbench provides a Tool Manager (Library, Tool-Table), and G-code Inspection, and Simulation tools. It links the Postprocessor, and allows importing and exporting Job Templates.
The CAM Workbench has external dependencies including:
Some current limitations of which you should be aware are:
Unit handling in CAM can be confusing. There are several points to understand:
Schemas:
Output:
CAM Inspection:
Many of the commands have various heights and depths:
Some commands are experimental and not available by default. To enable them see CAM experimental.
Manage tools, bits, and the Tool Library. Based on the ToolBit architecture.
See CAM scripting.